mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-30 07:46:04 +00:00
Former-commit-id: c2ef69dc84b5b8270e8aee5b696a59b051c57f5a [formerly 07941a5a8ce2d1523a3d8ba8ea80291efb65a4b5] [formerly 6eb2fa827b09d041c5462e4c5f86a9336d76953d [formerly 980fc5a74d639c86a39f370ee0e8a1d9c61dabd2]] Former-commit-id: e70c1b37e33108c4ac3a9e1cb87cbe83a97760ed [formerly d3401792569661b40c037807cd08350b8bd86ba1] Former-commit-id: af6e0b969f1aa0f3e5989e252ee6575a5b5037f8
33 lines
658 B
JSON
33 lines
658 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
/* Bundler mode */
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
/* Linting */
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../server/tsconfig.json"
|
|
}
|
|
]
|
|
} |