Files
app-creator/tsconfig.json
T
Marcus Schiesser 52b02c7efb initial commit
2024-09-13 16:15:57 +07:00

14 lines
314 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "esnext",
"lib": [
"es2022"
],
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}