Files
fb-admin/tsconfig.json
T
2019-08-03 13:50:46 +02:00

13 lines
320 B
JSON

{
"compilerOptions": {
"strictPropertyInitialization": false,
"noImplicitAny": false,
"target": "ESnext",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true
},
"include": ["src/backend"],
"exclude": ["node_modules", "**/__tests__/*"],
}