Feature: hopp-cli in TypeScript (#2074)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com> Co-authored-by: Gita Alekhya Paul <gitaalekhyapaul@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"skipLibCheck": true,
|
||||
"lib": ["ESNext", "ESNext.AsyncIterable", "DOM"],
|
||||
@@ -19,5 +19,5 @@
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["./src", "./src/global.d.ts"],
|
||||
"exclude": ["node_modules", "./src/__tests__", "./src/demo.ts"]
|
||||
"exclude": ["node_modules", "./src/__tests__"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user