9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"extends": ["../../tsconfig.common.json"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["src"]
|
|
}
|