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 0acd72d commit ddc039bCopy full SHA for ddc039b
.gitignore
@@ -1,7 +1,10 @@
1
2
+.DS_Store
3
*.tsbuildinfo
4
.npm
5
.eslintcache
6
dist
7
out
8
node_modules
9
+package-lock.json
10
+*.log
.npmignore
@@ -1,15 +1,16 @@
-.eslintrc.json
+eslint.config.mjs
.editorconfig
-.eslintignore
.gitattributes
.prettierignore
.prettierrc
.gitignore
-.github
-.travis.yml
-.vscode
+.github/
+.vscode/
11
src/
12
test/
13
scripts/
14
tslint.json
15
-tsconfig.buildinfo
+tsconfig.build.json
+tsconfig.buildinfo
+*.tsbuildinfo
16
0 commit comments