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