mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 11:47:54 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"module": "esnext",
|
||
|
|
"baseUrl": "./",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["src/*"]
|
||
|
|
},
|
||
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
||
|
|
}
|
||
|
|
}
|