We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e236 commit bab0ba4Copy full SHA for bab0ba4
1 file changed
tsconfig.json
@@ -1,15 +1,20 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "target": "es6",
+ "target": "es5",
5
+ "lib": [
6
+ "es6",
7
+ "dom",
8
+ "es2015.iterable"
9
+ ],
10
+ "noImplicitUseStrict": true,
11
"experimentalDecorators": true,
12
"emitDecoratorMetadata": true,
13
"noEmitHelpers": true,
14
"noEmitOnError": true,
15
"baseUrl": ".",
16
"paths": {
17
"*": [
- "./node_modules/tns-core-modules/*",
18
"./node_modules/*"
19
]
20
}
0 commit comments