feat(CLI): create CLI, begin work on v2
This commit is contained in:
7
tsconfig.module.json
Normal file
7
tsconfig.module.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "build/module",
|
||||
"module": "ESNext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user