{
"compilerOptions": {
- "baseUrl": ".",
+ "baseUrl": "./",
"outDir": "build/dist",
"module": "esnext",
"target": "es5",
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"experimentalDecorators": true,
- "emitDecoratorMetadata": true
- // waits for moduleNameMapper being able to override
- // "paths": {
- // "~/*": ["src/*"]
- // }
+ "emitDecoratorMetadata": true,
+ "paths": {
+ "~/*": ["src/*"]
+ }
},
"exclude": [
"node_modules",