16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
/* Experimental Options */
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": false
|
|
}
|
|
}
|