15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"extends": "./tsconfig.strict.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "ESNext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"tests/**/*"
|
|
]
|
|
} |