mirror of https://github.com/waku-org/waku-lab.git
chore: update tsconfig
This commit is contained in:
parent
ac506bcf5a
commit
7351bbbc6c
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2023"],
|
||||
"module": "ESNext",
|
||||
|
@ -10,7 +11,6 @@
|
|||
"allowImportingTsExtensions": true,
|
||||
"isolatedModules": true,
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
|
|
Loading…
Reference in New Issue