11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"paths": {}
|
|
}
|
|
}
|