Skip to content

Commit b058cdd

Browse files
committed
chore(tsfmt): move editorconfig.d.ts
1 parent cb52bd4 commit b058cdd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/provider/editorconfig.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/// <reference path="../editorconfig.d.ts" />
2-
31
"use strict";
42

53
import ts = require("typescript");
File renamed without changes.

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"./**/*.ts",
1717
"./**/*.tsx",
1818
"!./**/*.d.ts",
19+
"./lib/typings/**/*.d.ts",
1920
"./typings/**/*.d.ts",
2021
"!./example/**/*.ts",
2122
"!./test/expected/**/*.ts",
@@ -33,6 +34,7 @@
3334
"./lib/utils.ts",
3435
"./test/cli/main.ts",
3536
"./test/indexSpec.ts",
37+
"./lib/typings/editorconfig.d.ts",
3638
"./typings/bundle.d.ts",
3739
"./typings/empower/empower.d.ts",
3840
"./typings/mocha/mocha.d.ts",

0 commit comments

Comments
 (0)