mirror of
https://github.com/LittleChest/Age.git
synced 2026-05-06 22:34:48 +08:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "bundler",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
|
}
|
|
}
|