feat(CLI): v2
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"outDir": "build/module",
|
||||
"module": "ESNext"
|
||||
}
|
||||
"module": "esnext"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules/**",
|
||||
// typescript-starter: exclude CLI from module build, since it's exclusively
|
||||
// for Node.js. (This should also be stripped from the generated project.)
|
||||
"src/cli/**/*.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user