Files
srs-spi/html/NextGB/tsconfig.json
2025-02-03 16:27:46 +08:00

15 lines
305 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"module": "ESNext",
"types": ["element-plus/global"],
"strict": true,
"jsx": "preserve"
}
}