15 lines
No EOL
314 B
JSON
15 lines
No EOL
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"target": "ES2022",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"strictNullChecks": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
]
|
|
}
|
|
} |