11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES2023",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"lib": ["DOM", "ESNext"]
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|