mirror of
https://github.com/flarum/framework.git
synced 2025-02-15 09:32:51 +08:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["tests/**/*"],
|
|
"files": ["../../../node_modules/@flarum/jest-config/shims.d.ts"],
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noImplicitReturns": false,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|