Skip to content

Commit ac55c6f

Browse files
committed
scopes in gitignore, tsconfig, package
1 parent 3786e0c commit ac55c6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ lib_src/**/*
55
!lib_src/tsconfig.json
66
!lib_src/tslint.json
77
tsconfig.tsbuildinfo
8+
9+
10+
11+
!/lib_src/misc/scopes.ts

lib_src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535

3636
"outDir": "../lib/misc"
3737
},
38-
"files": ["misc/colors.ts"],
38+
"files": ["misc/scopes.ts"],
3939
"compileOnSave": false
4040
}

0 commit comments

Comments
 (0)