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