mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
chore: UPDATE
This commit is contained in:
parent
f2d214682b
commit
0452d07fae
15
note.md
15
note.md
@ -20,3 +20,18 @@
|
|||||||
* `npm` 有个包 `typescript-require`
|
* `npm` 有个包 `typescript-require`
|
||||||
- electron-store、conf
|
- electron-store、conf
|
||||||
* npm 包会有依赖 `process.cwd()` 的情况,默认 `process.cwd() === '/'` 需要正确指向;补丁 `src/common/patch.ts`
|
* npm 包会有依赖 `process.cwd()` 的情况,默认 `process.cwd() === '/'` 需要正确指向;补丁 `src/common/patch.ts`
|
||||||
|
|
||||||
|
## 21-05-30
|
||||||
|
|
||||||
|
- typescript
|
||||||
|
|
||||||
|
> strict: true 会在 tsc 期间做严格的类型检查
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"strict": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user