Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fabd9f commit 8b27f8fCopy full SHA for 8b27f8f
src/store/assertion-error/assertion-error.d.ts renamed to src/typings/assertion-error/assertion-error.d.ts
tsconfig.json
@@ -21,6 +21,7 @@
21
"!src/**/*.spec.tsx"
22
],
23
"files": [
24
+ "src/typings/assertion-error/assertion-error.d.ts",
25
"src/typings/atom/atom.d.ts",
26
"src/typings/cr/cr.d.ts",
27
"src/typings/cr/globals.d.ts",
@@ -114,7 +115,6 @@
114
115
"src/services/exists.ts",
116
"src/services/polyfills.ts",
117
"src/services/system.ts",
- "src/store/assertion-error/assertion-error.d.ts",
118
"src/store/index.ts",
119
"src/components/Alert/index.tsx",
120
"src/components/App.tsx",
0 commit comments