"noEmitOnError": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
+ "alwaysStrict": true,
+ "downlevelIteration": false,
+ "esModuleInterop": true,
+ "noErrorTruncation": true,
+ "noFallthroughCasesInSwitch": true,
+ "strict": true,
"lib": [
"ESNext",
"dom"
"exclude": [
"node_modules",
"platforms"
- ],
- "alwaysStrict": true,
- "downlevelIteration": false,
- "esModuleInterop": true,
- "noErrorTruncation": true,
- "noFallthroughCasesInSwitch": true,
- "strict": true
+ ]
}