Fix rollup/parseAst not found

This commit is contained in:
William Brawner 2023-12-13 21:38:45 -07:00 committed by github-actions[bot]
parent 097905232c
commit 823f1af976

View file

@ -11,7 +11,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,