Files
fb-admin/tsconfig.json
T
2019-07-28 13:22:30 +02:00

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__/*"],
}