blob: bdd3b1c502895dc573ed429cdcad7bae3f834fb2 [file] [log] [blame]
Rohan Patel6f7e46b2019-09-25 14:35:28 -04001{
2 "extends": "../config/tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
5 "baseUrl": "./",
6 "module": "es2015",
7 "types": [],
8 "paths": {
9 "fs": [
10 "./global-shims"
11 ]
12 },
13 "experimentalDecorators": true,
14 "allowJs": true
15 },
16 "exclude": [
17 "test.ts",
18 "**/*.spec.ts"
19 ]
20}