Files
bridget/tsconfig.json
2023-03-14 01:00:07 +08:00

15 lines
358 B
JSON

{
"compilerOptions": {
"watch": false,
"lib": ["esnext", "dom"],
"removeComments": true,
"target": "es2021",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"
}