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