1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Simplify tsconfig.prod.json by removing unused options

This commit is contained in:
Borewit
2026-03-11 21:47:56 +01:00
parent 1ffe9bf0ce
commit 5b7e69c82e
+1 -3
View File
@@ -2,9 +2,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"inlineSources": false,
"declaration": true,
"strict": true
"inlineSources": false
}
}