Commit 9877d73 1 parent ba22003 commit 9877d73 Copy full SHA for 9877d73
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
// as the `tsconfig.json` file, which would look messy.
10
10
// Setting it to `./dist/` isn't ideal either, because it would pollute the `dist` folder.
11
11
// So we set it to a hidden folder in `node_modules` to avoid polluting the project root.
12
- "outDir" : "./node_modules/.cache/vue-tsbuildinfo" ,
12
+ // FIXME:
13
+ // This caused a regression: https://github.com/vuejs/tsconfig/issues/27
14
+ // Need to find a better solution.
15
+ // "outDir": "./node_modules/.cache/vue-tsbuildinfo",
13
16
14
17
// As long as you are using a build tool, we recommend you to author and ship in ES modules.
15
18
// Even if you are targeting Node.js, because
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"noEmit" : false ,
4
4
"declaration" : true ,
5
- "emitDeclarationOnly" : true ,
6
- "outDir" : " ./dist/"
5
+ "emitDeclarationOnly" : true
7
6
}
8
7
}
You can’t perform that action at this time.
0 commit comments