tabs/tsconfig.json

12 lines
176 B
JSON
Raw Permalink Normal View History

2020-05-21 07:38:44 +02:00
{
"compilerOptions": {
"module": "CommonJS",
"esModuleInterop": true,
"target": "ES2020",
2020-05-21 07:38:44 +02:00
"strict": true,
"lib": [
"es2020",
"dom"
]
}
2020-05-21 07:38:44 +02:00
}