Add typescript config

pull/2/head
parent 875514a82e
commit aa99682aa2
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -0,0 +1,10 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
}
}
Loading…
Cancel
Save