gitignore

This commit is contained in:
2022-11-14 17:01:41 +01:00
parent ad0175c823
commit 53771c614a
3 changed files with 7 additions and 20 deletions
+4 -1
View File
@@ -11,7 +11,10 @@
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true
"skipLibCheck": true,
"types": [
"vite-plugin-pwa/client"
]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]