12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"target": "ES2020",
|
|
"strict": true,
|
|
"lib": [
|
|
"es2020",
|
|
"dom"
|
|
]
|
|
}
|
|
} |