2021-03-03 00:57:41 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-03-08 18:34:31 +00:00
|
|
|
"target": "es6",
|
2021-03-03 00:57:41 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./lib",
|
|
|
|
"strict": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true
|
|
|
|
},
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
}
|