xdapp-book/projects/xmint/tsconfig.json

7 lines
129 B
JSON
Raw Permalink Normal View History

2022-08-13 08:22:14 -07:00
{
"compilerOptions": {
"types": ["node"],
"moduleResolution": "node",
"esModuleInterop": true
}
}