Skip to content

Commit

Permalink
feat: initial migration to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoD committed Nov 5, 2022
1 parent 651bbe4 commit 7a7ea2b
Show file tree
Hide file tree
Showing 73 changed files with 8,844 additions and 7,165 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifierEnding": "js",
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.test.ts,${capture}.d.ts,${capture}.js",
"*.js": "${capture}.config.js,${capture}.d.ts",
}
}
19 changes: 19 additions & 0 deletions .vscode/typescript.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"doc": {
"prefix": "doc",
"body": [
"/**",
" * $0",
" *",
" * @example",
" *",
" * ```ts",
" * import { $2 } from 'tiinvo'",
" * ```",
" *",
" * @since $1",
" */",
],
"description": "A shorthand to create jsdoc"
}
}

0 comments on commit 7a7ea2b

Please sign in to comment.