sprinklers3/server/tsconfig.json
Alex Mikhalev c12f242cfa
Some checks failed
continuous-integration/drone the build failed
Updated deps (currently broken)
2018-12-11 17:23:58 -08:00

25 lines
568 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist",
// "sourceMap": true,
// "emitDecoratorMetadata": true,
// "strict": true,
// "allowJs": true,
// "baseUrl": "..",
// "paths": {
// "@common/*": [
// "./common/*"
// ],
// "@server/*": [
// "./server/*"
// ]
// }
}//,
// "references": [{
// "path": "../common"
// }],
// "include": [
// "./**/*.ts"
// ]
}