blob: cd691f838452f28cc3a62b4b2617655da1b65fed [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "baseUrl": "./",
Sean Condon6a6f9a02020-01-09 14:09:36 +00005 "outDir": "./dist",
Sean Condona36f65c2019-05-20 08:21:41 +01006 "sourceMap": true,
7 "declaration": false,
Sean Condon6a6f9a02020-01-09 14:09:36 +00008 "downlevelIteration": true,
Sean Condona36f65c2019-05-20 08:21:41 +01009 "experimentalDecorators": true,
Sean Condon6a6f9a02020-01-09 14:09:36 +000010 "module": "esnext",
11 "moduleResolution": "node",
12 "importHelpers": true,
13 "target": "es2015",
Sean Condona36f65c2019-05-20 08:21:41 +010014 "typeRoots": [
15 "node_modules/@types"
16 ],
17 "lib": [
18 "es2018",
19 "dom"
Sean Condon6a6f9a02020-01-09 14:09:36 +000020 ]
21 },
22 "angularCompilerOptions": {
23 "fullTemplateTypeCheck": true,
24 "strictInjectionParameters": true
Sean Condona36f65c2019-05-20 08:21:41 +010025 }
Sean Condon6a6f9a02020-01-09 14:09:36 +000026}