mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"watch": false,
|
|
"lib": ["esnext", "dom"],
|
|
"removeComments": true,
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Recommended"
|
|
}
|