DeepCodeGeniusWeb-vscode/tsconfig.json
2023-05-04 16:09:19 +08:00

17 lines
247 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"lib": [
"ES2020",
"es6",
"dom"
],
"outDir": "./dist",
"sourceMap": true,
"rootDir": "src",
"strict": true,
"jsx": "react",
"esModuleInterop": true
}
}