16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES3",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"incremental": true,
|
|
"outDir": "./lib",
|
|
"baseUrl": "./"
|
|
}
|
|
}
|