Create tsconfig.json

pull/14226/head
freearhey 1 year ago
parent c6f757a84a
commit 708744b28f

@ -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