diff --git a/tsconfig.json b/tsconfig.json
index ecd08fe57ba13946774f26dd8523134e400b48ae..dbc05655b094c132e020c09402a1b58f814c7a39 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,12 +1,14 @@
 {
-  "extends": "../../tsconfig.json",
   "compilerOptions": {
     "target": "es2019",
     "moduleResolution": "node",
     "strict": true,
     "resolveJsonModule": true,
-    "esModuleInterop": true,
     "skipLibCheck": true,
+    "declaration": false,
+    "esModuleInterop": true,
+    "forceConsistentCasingInFileNames": true,
+    "incremental": true,
   },
   "include": [
     "create-app.ts",