2022-03-29 12:55:55 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./lib",
|
|
|
|
"strict": true,
|
|
|
|
"experimentalDecorators": true,
|
2022-03-31 15:22:41 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"lib": ["ESNext"]
|
2022-03-29 12:55:55 +00:00
|
|
|
},
|
|
|
|
"include": ["src"],
|
2022-03-31 15:22:41 +00:00
|
|
|
"exclude": ["node_modules", "src/app/resources", "../extollo/lib"]
|
2022-03-29 12:55:55 +00:00
|
|
|
}
|