aboutsummaryrefslogtreecommitdiffstats
path: root/site/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'site/tsconfig.app.json')
-rw-r--r--site/tsconfig.app.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/site/tsconfig.app.json b/site/tsconfig.app.json
new file mode 100644
index 0000000..358ca9b
--- /dev/null
+++ b/site/tsconfig.app.json
@@ -0,0 +1,26 @@
+{
+ "compilerOptions": {
+ "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
+ "target": "ES2020",
+ "useDefineForClassFields": true,
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
+ "module": "ESNext",
+ "skipLibCheck": true,
+
+ /* Bundler mode */
+ "moduleResolution": "bundler",
+ "allowImportingTsExtensions": true,
+ "isolatedModules": true,
+ "moduleDetection": "force",
+ "noEmit": true,
+ "jsx": "react-jsx",
+
+ /* Linting */
+ "strict": true,
+ "noUnusedLocals": true,
+ "noUnusedParameters": true,
+ "noFallthroughCasesInSwitch": true,
+ "noUncheckedSideEffectImports": true
+ },
+ "include": ["src"]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage