vega-frontend-monorepo/apps/static/tsconfig.app.json
2022-03-31 09:11:29 +02:00

10 lines
194 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}