feat: add vitest configuration file
- add vitest configuration - update tsconfig.json so that test files does not throw error with global definitions such as expect, test
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
"experimentalDecorators": true,
|
||||
"esModuleInterop": true,
|
||||
"noUnusedLocals": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Bundler",
|
||||
"declaration": true,
|
||||
"resolveJsonModule": true,
|
||||
"types": ["vitest/globals"],
|
||||
|
||||
// TODO: Enable the following options later.
|
||||
// "forceConsistentCasingInFileNames": true,
|
||||
|
||||
Reference in New Issue
Block a user