mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2026-08-28 19:24:01 +08:00
58e81c4227
This reverts commit 1188555f95.
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|