Files
stxer-sdk/tsconfig.json
2024-11-09 13:48:07 +00:00

11 lines
239 B
JSON

{
"extends": "@tsconfig/recommended/tsconfig.json",
"include": ["src", "types"],
"compilerOptions": {
"module": "esnext",
"allowImportingTsExtensions": false,
"moduleResolution": "node",
"esModuleInterop": true
}
}