Initial commit in new repository
This commit is contained in:
commit
23c78f2c9c
15 changed files with 4048 additions and 0 deletions
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "ES2017",
|
||||
"lib": [
|
||||
"es6",
|
||||
"es7",
|
||||
"ES2017"
|
||||
],
|
||||
"baseUrl": "./"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue