mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 03:46:43 +02:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
|
}
|