chore: implement basic build system
This commit is contained in:
15
tsconfig.base.json
Normal file
15
tsconfig.base.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"declaration": true,
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
|
||||
/* Experimental Options */
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user