2021-03-03 00:57:41 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
2021-03-08 18:34:31 +00:00
|
|
|
"target": "es6",
|
2022-03-31 04:04:00 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"lib": ["ESNext"]
|
2021-03-03 00:57:41 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
2022-03-31 04:04:00 +00:00
|
|
|
}
|