aboutsummaryrefslogtreecommitdiffstats
path: root/site/tsconfig.app.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
commit14dbd311366bf0a61526a064730f57cde52ad8e3 (patch)
tree69a8a71a024030ca08bc0201630ac4a8f7183f69 /site/tsconfig.app.json
parente759997a41b374250cf4c0e127b3a5a33361d1b0 (diff)
add new better styled demo page and components
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