mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2025-12-26 07:56:43 +08:00
13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"compilerOptions": {
|
|
// /* Bundler mode */
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|