mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": false,
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"sourceMap": false,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": false,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["./index.d.ts", "./generated.d.ts", "socket-io/socket-io.d.ts"]
|
|
}
|