about summary refs log tree commit diff stats
path: root/js/baba-yaga/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/baba-yaga/jsconfig.json')
-rw-r--r--js/baba-yaga/jsconfig.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/js/baba-yaga/jsconfig.json b/js/baba-yaga/jsconfig.json
deleted file mode 100644
index 238655f..0000000
--- a/js/baba-yaga/jsconfig.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "compilerOptions": {
-    // Enable latest features
-    "lib": ["ESNext", "DOM"],
-    "target": "ESNext",
-    "module": "ESNext",
-    "moduleDetection": "force",
-    "jsx": "react-jsx",
-    "allowJs": true,
-
-    // Bundler mode
-    "moduleResolution": "bundler",
-    "allowImportingTsExtensions": true,
-    "verbatimModuleSyntax": true,
-    "noEmit": true,
-
-    // Best practices
-    "strict": true,
-    "skipLibCheck": true,
-    "noFallthroughCasesInSwitch": true,
-
-    // Some stricter flags (disabled by default)
-    "noUnusedLocals": false,
-    "noUnusedParameters": false,
-    "noPropertyAccessFromIndexSignature": false
-  }
-}