scripts/tsconfig.json

8 lines
130 B
JSON

{
"compilerOptions": {
"allowImportingTsExtensions": true,
"target": "esnext",
"moduleResolution": "nodenext"
}
}