wormhole/near/tsconfig.json

10 lines
164 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"allowJs": true,
}
}