mirror of
https://github.com/alexgo-io/xverse-stacks-transaction-sponsor.git
synced 2026-01-12 08:43:39 +08:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"dom", "ES2020.Promise",
|
|
],
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"strict": true
|
|
}
|
|
} |