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 3786e0c commit ac55c6fCopy full SHA for ac55c6f
.gitignore
@@ -5,3 +5,7 @@ lib_src/**/*
5
!lib_src/tsconfig.json
6
!lib_src/tslint.json
7
tsconfig.tsbuildinfo
8
+
9
10
11
+!/lib_src/misc/scopes.ts
lib_src/tsconfig.json
@@ -35,6 +35,6 @@
35
36
"outDir": "../lib/misc"
37
},
38
- "files": ["misc/colors.ts"],
+ "files": ["misc/scopes.ts"],
39
"compileOnSave": false
40
}
0 commit comments