fix Types

This commit is contained in:
Sidharth Vinod
2023-11-24 10:44:18 +05:30
parent 26df81816e
commit 7b0f6c1c74

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"types": ["vitest/importMeta"]
"types": ["vitest/importMeta", "vitest/globals"]
},
"include": ["./src/**/*.ts", "./package.json"]
}