Move *.js to *.ts

This commit is contained in:
Kasper Seweryn 2022-05-02 17:06:44 +02:00 committed by Georg Krause
commit 9e0596d136
78 changed files with 626 additions and 788 deletions

View file

@ -14,8 +14,6 @@
"skipLibCheck": true,
"lib": ["dom", "esnext", "webworker"],
"allowJs": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
@ -33,6 +31,5 @@
"vueCompilerOptions": {
"experimentalCompatMode": 2
},
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"]
}