mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-21 02:56:45 +00:00
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|