mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
10 lines
135 B
JSON
10 lines
135 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"isolatedModules": false
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.test.ts"
|
||
|
]
|
||
|
}
|