Norbert de Langen ad056dc5b7
cleanup
2022-05-03 10:36:17 +02:00

13 lines
206 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"target": "ES2020",
"module": "CommonJS",
"esModuleInterop": true,
"skipLibCheck": true,
"strict": true
},
"include": [
"src/*"
]
}