add strict: false to addon test tsconfig (hopefully temporarily)

This commit is contained in:
Yann Braga 2024-09-30 17:09:32 +02:00
parent 511892a8c2
commit 3bae4392e7

View File

@ -4,7 +4,8 @@
"rootDir": "../../../",
"module": "Preserve",
"moduleResolution": "Bundler",
"types": ["vitest"]
"types": ["vitest"],
"strict": false
},
"include": ["src/**/*", "./typings.d.ts"]
}