tsconfig, file exclusions
This commit is contained in:
parent
b7cff21a78
commit
2f524bac7a
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,3 +8,6 @@ slnx.sqlite
|
||||
*.suo
|
||||
extension/data/transphobic.dat
|
||||
extension/data/t-friendly.dat
|
||||
extension/background.js
|
||||
extension/content.js
|
||||
extension/help.js
|
||||
|
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"extension/background.js": true,
|
||||
"extension/content.js": true,
|
||||
"extension/help.js": true,
|
||||
}
|
||||
}
|
5
extension/tsconfig.json
Normal file
5
extension/tsconfig.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user