1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 03:20:36 +02:00
Files
php-flarum/framework/core/js/tsconfig.test.json
2023-02-12 17:45:00 +01:00

6 lines
139 B
JSON

{
"extends": "./tsconfig.json",
"include": ["tests/**/*"],
"files": ["../../../node_modules/@flarum/jest-config/shims.d.ts"]
}