11{
2- "compilerOptions" : {
3- /* Visit https://aka.ms/tsconfig to read more about this file */
4- "target" : " ESNext" ,
5- "module" : " ESNext" ,
6- "lib" : [" ESNext" , " DOM" ],
7- "moduleResolution" : " Node" ,
8- "esModuleInterop" : true ,
9- "strict" : true ,
10- "forceConsistentCasingInFileNames" : true ,
11- "alwaysStrict" : true ,
12- "noUnusedLocals" : true ,
13- "noUnusedParameters" : true ,
14- "noFallthroughCasesInSwitch" : true ,
15- },
16- "include" : [" src" , " test " ],
17- "exclude" : [" node_modules" ]
18- }
2+ "compilerOptions" : {
3+ /* Visit https://aka.ms/tsconfig to read more about this file */
4+ "target" : " ESNext" ,
5+ "module" : " ESNext" ,
6+ "lib" : [" ESNext" , " DOM" ],
7+ "moduleResolution" : " Node" ,
8+ "esModuleInterop" : true ,
9+ "strict" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "alwaysStrict" : true ,
12+ "noUnusedLocals" : true ,
13+ "noUnusedParameters" : true ,
14+ "noFallthroughCasesInSwitch" : true
15+ },
16+ "include" : [" src" , " tests " ],
17+ "exclude" : [" node_modules" ]
18+ }
0 commit comments