Files
glitch_automata_lab/backend/tsconfig.build.json
T

13 lines
248 B
JSON
Raw Normal View History

2026-07-01 12:10:12 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"noEmit": false,
"outDir": "dist",
"rootDir": "src",
"sourceMap": true
},
"include": ["src/**/*.ts"],
"exclude": ["src/migrations/**/*.sql"]
}