mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
Former-commit-id: 5f6a4a7fca59b21a34d300bf02f3dde809ccdd69 [formerly bc37b489c8e0096e86ec05643df0cfafc2cf825b] [formerly 1e90b95cdd118a2eb4bac2a207cadf09164113e6 [formerly 07ad9b383e4d8c284a4343035570d413d7c45bc4]] Former-commit-id: a5fbf08d9792b7c5cc5602d1ebc7462ed1a56e4a [formerly 665ba7e12470d4fae33613a585b20408f37200b3] Former-commit-id: 80f56c51940b6dffada5db1acb3107f2ae31b84f
36 lines
809 B
JSON
36 lines
809 B
JSON
{
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
/* Bundler mode */
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
/* Linting */
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"erasableSyntaxOnly": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUncheckedSideEffectImports": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../server/tsconfig.json"
|
|
}
|
|
]
|
|
} |