mirror of
https://github.com/mempool/mempool.git
synced 2025-01-07 14:09:16 +01:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
],
|
|
"exclude": [
|
|
"dist/**"
|
|
]
|
|
} |