We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb52bd4 commit b058cddCopy full SHA for b058cdd
lib/provider/editorconfig.ts
@@ -1,5 +1,3 @@
1
-/// <reference path="../editorconfig.d.ts" />
2
-
3
"use strict";
4
5
import ts = require("typescript");
lib/editorconfig.d.ts renamed to lib/typings/editorconfig.d.ts
tsconfig.json
@@ -16,6 +16,7 @@
16
"./**/*.ts",
17
"./**/*.tsx",
18
"!./**/*.d.ts",
19
+ "./lib/typings/**/*.d.ts",
20
"./typings/**/*.d.ts",
21
"!./example/**/*.ts",
22
"!./test/expected/**/*.ts",
@@ -33,6 +34,7 @@
33
34
"./lib/utils.ts",
35
"./test/cli/main.ts",
36
"./test/indexSpec.ts",
37
+ "./lib/typings/editorconfig.d.ts",
38
"./typings/bundle.d.ts",
39
"./typings/empower/empower.d.ts",
40
"./typings/mocha/mocha.d.ts",
0 commit comments