Skip to content
Snippets Groups Projects
Commit 3c2655a1 authored by Alex Yang's avatar Alex Yang
Browse files

fix: .tsbuildinfo

parent 552a61a6
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"rootDir": "./src", "rootDir": "./src",
"outDir": "./dist/type", "outDir": "./dist/type",
"tsBuildInfoFile": ".tsbuildinfo", "tsBuildInfoFile": "./dist/.tsbuildinfo",
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"module": "node16", "module": "node16",
"moduleResolution": "node16", "moduleResolution": "node16",
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"rootDir": "./src", "rootDir": "./src",
"outDir": "./dist/type", "outDir": "./dist/type",
"tsBuildInfoFile": ".tsbuildinfo", "tsBuildInfoFile": "./dist/.tsbuildinfo",
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"module": "node16", "module": "node16",
"moduleResolution": "node16", "moduleResolution": "node16",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment