Fix rollup/parseAst not found
This commit is contained in:
parent
097905232c
commit
823f1af976
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
|
Loading…
Reference in a new issue