2020-04-21 21:28:33 -07:00
|
|
|
{
|
2020-10-05 14:50:32 -07:00
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "esnext",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"outDir": "./out",
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"include": ["src"]
|
|
|
|
}
|