mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 00:32:44 +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
|
||
|
}
|
||
|
}
|