13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictPropertyInitialization": false,
|
|
"noImplicitAny": false,
|
|
"target": "ESnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true
|
|
},
|
|
"include": ["backendsrc", "src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"],
|
|
} |