14 lines
No EOL
213 B
JSON
14 lines
No EOL
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES2023",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "bundler",
|
|
"strictNullChecks": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
]
|
|
}
|
|
} |