initial commit
This commit is contained in:
commit
5582d09293
242 changed files with 946236 additions and 0 deletions
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES3",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"allowJs": false,
|
||||
"declaration": true,
|
||||
"removeComments": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"incremental": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue