Skip to content

Commit

Permalink
🤔 save-file: GitHub Desktop 更改了本地的col配置;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Aug 31, 2024
1 parent 85721e9 commit 78f3f58
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions demos/rename-tool/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NODE_OPTIONS='--no-warnings'
# --no-warnings=ExperimentalWarning

NODE_OPTIONS="--no-warnings=ExperimentalWarning"
# NODE_OPTIONS='--no-warnings'
# --no-warnings=ExperimentalWarning

NODE_OPTIONS="--no-warnings=ExperimentalWarning"
42 changes: 21 additions & 21 deletions demos/rename-tool/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"sourceMap": false,
"declaration": false,
"outDir": "./dist",
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,
"removeComments": false,
"importHelpers": true,
"strict": true,
"lib": [
"ES6",
"DOM"
]
},
"include": [
"src"
]
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"sourceMap": false,
"declaration": false,
"outDir": "./dist",
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,
"removeComments": false,
"importHelpers": true,
"strict": true,
"lib": [
"ES6",
"DOM"
]
},
"include": [
"src"
]
}

0 comments on commit 78f3f58

Please sign in to comment.