mirror of
https://github.com/rive-app/rive-react.git
synced 2025-12-19 01:30:08 +08:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"strict": false
|
|
},
|
|
"include": ["test/**/*", "./setupTests.ts"]
|
|
}
|