DramaHarvester/tsconfig.tests.json

10 lines
171 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist-tests",
"rootDir": "./"
},
"include": [
"tests/**/*"
]
}