Skip to content

Commit

Permalink
Start targeting ES6/ES2015 from typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 26, 2023
1 parent f925a05 commit 9b04387
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions server/src/main/webapp/WEB-INF/rails/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@
},
"outDir": "./tmp/typescript-out/",
"lib": [
"es2015",
"es2016",
"es2017",
"es2018",
"es2022",
"dom"
],
"strict": true,
"sourceMap": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"module": "commonjs",
"target": "es5",
"target": "es6",
"jsx": "react",
"jsxFactory": "m",
"allowJs": false,
Expand Down

0 comments on commit 9b04387

Please sign in to comment.