Copy everything
This commit is contained in:
commit
8526739939
68 changed files with 1075 additions and 0 deletions
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": false,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"downlevelIteration": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue