Forked from
Forked from
tsconfig.test.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
},
"include": ["src/**/*", "tests/**/*"]
}
tsconfig.test.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
},
"include": ["src/**/*", "tests/**/*"]
}