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