chore: remove unnecessary comment
This commit is contained in:
parent
30c5e8d3b2
commit
b4d68ba2ec
@ -6,7 +6,6 @@
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
// "declaration": true,
|
||||
"allowJs": false,
|
||||
"noUnusedLocals": true,
|
||||
"strictNullChecks": true,
|
||||
@ -29,6 +28,7 @@
|
||||
},
|
||||
"include": [
|
||||
"packages/global.d.ts",
|
||||
"packages/*/src"
|
||||
"packages/*/src",
|
||||
"packages/*/__tests__"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user