8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src/**/*", "__tests__/**/*"]
|
|
}
|