DramaHarvester/tsconfig.tests.json

10 lines
171 B
JSON
Raw Normal View History

2024-03-19 05:16:12 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist-tests",
"rootDir": "./"
},
"include": [
"tests/**/*"
]
}