Create tsconfig.json

what-a-patch-1
freearhey 2 years ago
parent 456f87a774
commit 188a2345c8

@ -0,0 +1,20 @@
{
"compilerOptions": {
"strict": true,
"target": "es2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"typeRoots": [
"./scripts/types",
"./node_modules/@types"
],
"esModuleInterop": true
},
"ts-node": {
"esm": true,
"transpileOnly": true
},
"files": [
"node_modules/jest-expect-message/types/index.d.ts"
]
}
Loading…
Cancel
Save