17 lines
No EOL
233 B
JSON
17 lines
No EOL
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
],
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"./dist"
|
|
]
|
|
} |