{
"compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "Bundler",
+ "alwaysStrict": true,
+ "checkJs": true,
"declaration": true,
- "emitDeclarationOnly": true,
"declarationDir": "./types",
- "alwaysStrict": true,
"downlevelIteration": false,
+ "emitDeclarationOnly": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
+ "module": "ESNext",
+ "moduleResolution": "Bundler",
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
- "strict": true,
"rootDir": "src",
- "checkJs": true
+ "strict": true,
+ "target": "ESNext"
},
"include": [
"src/**/*"