mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-24 13:05:20 +00:00
init nest (wip)
This commit is contained in:
parent
1a211e261e
commit
3b5f41f933
26 changed files with 8251 additions and 0 deletions
15
app/api/tsconfig.json
Normal file
15
app/api/tsconfig.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"removeComments": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es2017",
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"incremental": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue