Skip to content

Commit 8b27f8f

Browse files
committed
fix typings location
1 parent 1fabd9f commit 8b27f8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"!src/**/*.spec.tsx"
2222
],
2323
"files": [
24+
"src/typings/assertion-error/assertion-error.d.ts",
2425
"src/typings/atom/atom.d.ts",
2526
"src/typings/cr/cr.d.ts",
2627
"src/typings/cr/globals.d.ts",
@@ -114,7 +115,6 @@
114115
"src/services/exists.ts",
115116
"src/services/polyfills.ts",
116117
"src/services/system.ts",
117-
"src/store/assertion-error/assertion-error.d.ts",
118118
"src/store/index.ts",
119119
"src/components/Alert/index.tsx",
120120
"src/components/App.tsx",

0 commit comments

Comments
 (0)