mirror of
https://github.com/stxer/stxer-sdk.git
synced 2026-01-12 07:23:57 +08:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"allowImportingTsExtensions": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"noEmit": true
|
|
}
|
|
}
|