mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
* fix: update blob compressor lib + update dependencies + use tsup * fix: update dict path * fix: lockfile issue * fix: bump package json version
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"inlineSources": true,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"composite": false,
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": [
|
|
"./src/helpers/**/*",
|
|
"./src/**/__tests__/**/*",
|
|
"./src/**/*.test.ts",
|
|
]
|
|
} |