Initial commit
This commit is contained in:
commit
dbd45204bb
29 changed files with 7083 additions and 0 deletions
13
tsconfig.common.json
Normal file
13
tsconfig.common.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": ["@tsconfig/strictest/tsconfig.json"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"incremental": true,
|
||||
"rootDir": "${configDir}/src",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"removeComments": true,
|
||||
"outDir": "${configDir}/dist"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue