Skip to content

Commit 734c1e5

Browse files
committed
using @xylabs/tsconfig as base config
1 parent 17841de commit 734c1e5

2 files changed

Lines changed: 2 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@xylabs/assert": "~5.0.3",
3030
"@xylabs/delay": "~5.0.3",
3131
"@xylabs/typeof": "~5.0.3",
32+
"@xylabs/tsconfig": "~5.0.3",
3233
"@xyo-network/payload-builder": "~5.0.0",
3334
"@xyo-network/wallet": "~5.0.0",
3435
"@xyo-network/xl1-protocol": "~1.9.3",

tsconfig.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"allowJs": true,
4-
"allowImportingTsExtensions": false,
5-
"allowSyntheticDefaultImports": true,
6-
"declaration": true,
7-
"declarationMap": true,
8-
"downlevelIteration": true,
9-
"emitDecoratorMetadata": false,
10-
"esModuleInterop": true,
11-
"experimentalDecorators": true,
12-
"isolatedModules": true,
13-
"importHelpers": true,
14-
"incremental": false,
15-
"lib": ["ESNext"],
16-
"module": "NodeNext",
17-
"moduleResolution": "NodeNext",
18-
"noEmit": false,
19-
"noImplicitAny": true,
20-
"noImplicitOverride": true,
21-
"outDir": "dist",
22-
"removeComments": false,
23-
"resolveJsonModule": true,
24-
"skipLibCheck": true,
25-
"sourceMap": true,
26-
"strict": true,
27-
"target": "ESNext"
28-
},
2+
"extends": "@xylabs/tsconfig",
293
"exclude": ["dist", "node_modules"],
304
"include": ["src"],
315
}

0 commit comments

Comments
 (0)