We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad70c2 commit 8b8b043Copy full SHA for 8b8b043
.npmignore
@@ -2,3 +2,5 @@
2
/test
3
/node_modules
4
.tern-*
5
+rollup.config.js
6
+tsconfig.json
package.json
@@ -36,4 +36,4 @@
36
"type": "git",
37
"url": "https://github.com/codemirror/state.git"
38
}
39
-}
+}
tsconfig.json
@@ -10,7 +10,10 @@
10
"newLine": "lf",
11
"declaration": true,
12
"declarationMap": true,
13
- "moduleResolution": "node"
+ "moduleResolution": "node",
14
+ "paths": {
15
+ "@codemirror/state": ["./src/index.ts"]
16
+ }
17
},
18
"include": ["src/*.ts", "test/*.ts"]
19
0 commit comments