11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ESNext"]
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|