this also switches cvmts back to building with tsc, mostly because I couldn't get parcel's worker interop to work at all.
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [ "src/**/*" ],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
}
|
|
}
|