feat(starter): add changelogs and examples
This commit is contained in:
12
config/tsconfig-module.json
Normal file
12
config/tsconfig-module.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "../build/module",
|
||||
"module": "es6",
|
||||
"declaration": false
|
||||
},
|
||||
"exclude": [
|
||||
"../node_modules/**",
|
||||
"../src/**/*.spec.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user