mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"sourceRoot": ".",
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": false,
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"node_modules/stacks-transactions-js/src/**/*",
|
|
"migrations/**/*",
|
|
"tests/**/*"
|
|
]
|
|
}
|