Files
csgowtf/tsconfig.vite-config.json
vikingowl 9a6d24193d
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit
upgrade from webpack to vite + typescript
2022-03-18 11:40:43 +01:00

9 lines
157 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}