cloudbrowser / tsconfig.json
Vo Hoang Minh
up
2661273
raw
history blame contribute delete
165 Bytes
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"strict": true
}
}