mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-05-10 18:39:09 +02:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|