Logo
Explore Help
Sign In
machankura/mempool
3
0
Fork 0
You've already forked mempool
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
mempool/backend/tsconfig.json

21 lines
354 B
JSON
Raw Normal View History

Initial code commit.
2019-07-21 17:59:47 +03:00
{
chore(docs): Update README docs for more clarity chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details chore(spacing): move tsconfig json to follow codebase standard indentation setup
2019-09-08 13:37:07 -04:00
"compilerOptions": {
"module": "commonjs",
Fix: Split mempool disk cache into 50K txs per file
2020-11-02 19:11:04 +07:00
"target": "esnext",
"lib": ["es2019"],
chore(docs): Update README docs for more clarity chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details chore(spacing): move tsconfig json to follow codebase standard indentation setup
2019-09-08 13:37:07 -04:00
"strict": true,
"noImplicitAny": false,
"sourceMap": false,
"outDir": "dist",
"moduleResolution": "node",
"typeRoots": [
"node_modules/@types"
Initial code commit.
2019-07-21 17:59:47 +03:00
]
chore(docs): Update README docs for more clarity chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details chore(spacing): move tsconfig json to follow codebase standard indentation setup
2019-09-08 13:37:07 -04:00
},
"include": [
"src/**/*.ts"
],
"exclude": [
"dist/**"
]
Initial code commit.
2019-07-21 17:59:47 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 103ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API