StakePowerEvent/tsconfig.json
huangjinming 1004ecff54 fix
2023-09-22 10:38:37 +08:00

21 lines
300 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"allowJs": true,
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}