forked from Stabzs/Angular2-Toaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig-aot.json
More file actions
33 lines (33 loc) · 808 Bytes
/
Copy pathtsconfig-aot.json
File metadata and controls
33 lines (33 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"compilerOptions": {
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": ["es6", "dom"],
"module": "es2015",
"moduleResolution": "node",
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": false,
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
"inlineSources": true,
"strictNullChecks": true,
"target": "es5"
},
"files": [
"./angular2-toaster.ts"
],
"exclude": [
"node_modules",
"bundles"
],
"build": {
"preserveSymlinks": true
},
"angularCompilerOptions": {
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"fullTemplateTypeCheck": true
}
}