Files
aegis/tsconfig.app.json
T
LathanDevers fcf34328ee
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s
Revert "Merge pull request 'Refact/cleanup' (#3) from refact/cleanup into master"
This reverts commit 679e73f3af, reversing
changes made to 438d739b1a.
2026-08-03 13:06:38 +02:00

27 lines
656 B
JSON

{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "es2023",
"lib": ["ES2023", "DOM"],
"module": "esnext",
"types": ["vite/client"],
"allowArbitraryExtensions": true,
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": false,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
}