16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist",
|
|
"noEmit": false,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false
|
|
},
|
|
"exclude": ["../../build", "../client"],
|
|
"include": ["."]
|
|
}
|