Skip to content

Commit

Permalink
fix: latest cypress is confused about module format
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 29, 2020
1 parent 7ac344b commit c427b25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions skeleton/common/tsconfig.json__if_typescript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
// @if feat['cli-bundler']
"module": "amd",
"noImplicitAny": false,

// @if feat.plugin
Expand Down Expand Up @@ -33,7 +32,7 @@
// @endif

"typeRoots": ["./node_modules/@types"],

"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down
1 change: 0 additions & 1 deletion skeleton/cypress/test/e2e/tsconfig.json__if_typescript
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"baseUrl": "../../node_modules",
"target": "es5",
"types": [
Expand Down

0 comments on commit c427b25

Please sign in to comment.