File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "compilerOptions" : {
3
- "baseUrl" : " ." ,
4
- "experimentalDecorators" : true ,
5
- "emitDecoratorMetadata" : true ,
6
- "incremental" : true ,
7
- "skipLibCheck" : true ,
8
- "strictNullChecks" : true ,
9
- "noImplicitAny" : true ,
10
- "strictBindCallApply" : true ,
11
- "forceConsistentCasingInFileNames" : true ,
12
- "noFallthroughCasesInSwitch" : true ,
13
- "strictPropertyInitialization" : false ,
14
- "paths" : {
15
- "@server/*" : [" ./server/src/*" ],
16
- "@web/*" : [" ./web/*" ],
17
- "@shared/*" : [" ./shared/*" ]
2
+ "compilerOptions" : {
3
+ "baseUrl" : " ." ,
4
+ "experimentalDecorators" : true ,
5
+ "emitDecoratorMetadata" : true ,
6
+ "incremental" : true ,
7
+ "skipLibCheck" : true ,
8
+ "strictNullChecks" : true ,
9
+ "noImplicitAny" : true ,
10
+ "strictBindCallApply" : true ,
11
+ "forceConsistentCasingInFileNames" : true ,
12
+ "noFallthroughCasesInSwitch" : true ,
13
+ "strictPropertyInitialization" : false ,
18
14
}
19
- }
20
- }
15
+ }
You can’t perform that action at this time.
0 commit comments