blob: 2149bbf9fb2fa1428de7a18a646b47a8969a0403 [file] [log] [blame] [raw]
{
"extends": "./tsconfig.base.json",
"include": ["lib/**/*"],
"exclude": ["static/**/*"],
"compilerOptions": {
/* Module resolution */
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
/* Code generation */
"outDir": "./out/app",
"typeRoots": ["./typings", "./node_modules/@types"],
/* Other options */
"strict": true,
"noImplicitAny": false
}
}