Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
6af4985f
Commit
6af4985f
authored
Nov 13, 2021
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
321b2238
Pipeline
#6781
passed with stages
in 1 minute and 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
things/koishi-plugin-init/tsconfig.json
things/koishi-plugin-init/tsconfig.json
+1
-1
things/nest-typeorm/tsconfig.json
things/nest-typeorm/tsconfig.json
+1
-1
things/nest/tsconfig.json
things/nest/tsconfig.json
+1
-1
things/npm/tsconfig.json
things/npm/tsconfig.json
+1
-1
No files found.
things/koishi-plugin-init/tsconfig.json
View file @
6af4985f
...
...
@@ -2,7 +2,7 @@
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"commonjs"
,
"target"
:
"es202
1
"
,
"target"
:
"es202
0
"
,
"esModuleInterop"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
...
...
things/nest-typeorm/tsconfig.json
View file @
6af4985f
...
...
@@ -6,7 +6,7 @@
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"target"
:
"es202
1
"
,
"target"
:
"es202
0
"
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"baseUrl"
:
"./"
,
...
...
things/nest/tsconfig.json
View file @
6af4985f
...
...
@@ -6,7 +6,7 @@
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"target"
:
"es202
1
"
,
"target"
:
"es202
0
"
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"baseUrl"
:
"./"
,
...
...
things/npm/tsconfig.json
View file @
6af4985f
...
...
@@ -2,7 +2,7 @@
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"commonjs"
,
"target"
:
"es202
1
"
,
"target"
:
"es202
0
"
,
"esModuleInterop"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
...
...
nanahira
@nanahira
mentioned in commit
6d662c3d
·
Nov 13, 2021
mentioned in commit
6d662c3d
mentioned in commit 6d662c3d51cdcbc394cf0af449a1038ed0b48aa3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment