Files
stxer-sdk/tsconfig.json
2025-02-23 02:20:42 +00:00

12 lines
259 B
JSON

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