File tree 2 files changed +13
-24
lines changed
2 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 1
- /// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
2
- /// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
1
+ /// <reference path="./node_modules/@nativescript/types/index.d.ts" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " esnext" ,
4
- "target" : " es2020" ,
4
+ "target" : " ES2020" ,
5
+ "moduleResolution" : " node" ,
5
6
"experimentalDecorators" : true ,
6
7
"emitDecoratorMetadata" : true ,
7
- "skipLibCheck" : true ,
8
8
"noEmitHelpers" : true ,
9
- "noEmitOnError" : false ,
10
- "diagnostics" : true ,
11
- "lib" : [
12
- " es6" ,
13
- " dom" ,
14
- " ESNext"
15
- ],
9
+ "noEmitOnError" : true ,
10
+ "skipLibCheck" : true ,
11
+ "lib" : [" ESNext" , " dom" ],
16
12
"baseUrl" : " ." ,
17
13
"paths" : {
18
- "~/*" : [
19
- " app/*"
20
- ]
21
- },
22
- "moduleResolution" : " node" ,
23
- "removeComments" : false
14
+ "~/*" : [" app/*" ],
15
+ "@/*" : [" app/*" ]
16
+ }
24
17
},
25
- "exclude" : [
26
- " node_modules" ,
27
- " platforms" ,
28
- " **/*.aot.ts" ,
29
- " ../src/node_modules"
30
- ]
31
- }
18
+ "include" : [" app/**/*" ],
19
+ "files" : [" ./references.d.ts" ],
20
+ "exclude" : [" node_modules" , " platforms" ]
21
+ }
You can’t perform that action at this time.
0 commit comments