Files
donutbrowser/donut-sync/tsconfig.build.json
T
2026-04-05 13:33:27 +04:00

8 lines
148 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}