Skip to content

Commit

Permalink
use types shipped by ember-source
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan authored and RobbieTheWagner committed Apr 4, 2024
1 parent 1e79842 commit 13debb2
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 1,080 deletions.
23 changes: 2 additions & 21 deletions ember-math-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-static-block": "^7.24.4",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@embroider/addon-dev": "^4.2.1",
"@glint/core": "^1.4.0",
Expand All @@ -47,26 +47,7 @@
"@glint/template": "^1.4.0",
"@rollup/plugin-babel": "6.0.4",
"@tsconfig/ember": "^3.0.6",
"@types/ember": "^4.0.11",
"@types/ember__object": "^4.0.12",
"@types/ember__owner": "^4.0.9",
"@types/ember__service": "^4.0.9",
"@types/ember__controller": "^4.0.12",
"@types/ember__string": "^3.16.3",
"@types/ember__template": "^4.0.7",
"@types/ember__polyfills": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@types/ember__runloop": "^4.0.10",
"@types/ember__debug": "^4.0.8",
"@types/ember__engine": "^4.0.11",
"@types/ember__application": "^4.0.11",
"@types/ember__test": "^4.0.6",
"@types/ember__array": "^4.0.10",
"@types/ember__error": "^4.0.6",
"@types/ember__component": "^4.0.22",
"@types/ember__modifier": "^4.0.9",
"@types/ember__helper": "^4.0.7",
"@types/ember__routing": "^4.0.22",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"concurrently": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion ember-math-helpers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@tsconfig/ember/tsconfig.json",
"include": ["src/**/*"],
"include": ["src/**/*", "types/**/*"],
"glint": {
"environment": ["ember-loose", "ember-template-imports"]
},
Expand Down
1 change: 1 addition & 0 deletions ember-math-helpers/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import 'ember-source/types';
Loading

0 comments on commit 13debb2

Please sign in to comment.