wip
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"types": ["vitest", "node"]
|
||||
"types": ["vitest/globals", "node"],
|
||||
"noImplicitAny": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true
|
||||
},
|
||||
"include": [
|
||||
"packages/**/*",
|
||||
|
||||
Reference in New Issue
Block a user