12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ES2024"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|