Update with wiring, bundling, unittests, code coverage
This commit is contained in:
10
tsconfig-app.json
Normal file
10
tsconfig-app.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "amd",
|
||||
"outFile": "./dist/bundle.js"
|
||||
},
|
||||
"files": [
|
||||
"./src/index.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user