Files
HKSingleParty/99_references/cf-identity-wallet-main/tsconfig.json
2025-05-28 09:55:51 +08:00

34 lines
701 B
JSON

{
"compilerOptions": {
"target": "es2020",
"lib": [
"dom",
"dom.iterable",
"es2020"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"types": [
"node",
"@wdio/globals/types",
"@wdio/cucumber-framework",
]
},
"include": [
"src",
"tests"
]
}