mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
2a1ee96a4b
* Bundle `@types/node` into `nuxt-ts` distribution * feat(ts): Autogenerated tsconfig.json * fix(examples): Update typescript examples * fix(ts): Add `dist` & `tsconfig.json` to `pakage.json` files * fix: add missing new line at the end of generated `tsconfig.json` * add suffix if needed to `tsconfig.json` types during package build * use `readJSON` over `readJSONSync` * fix indentation in `nuxt-ts/tsconfig.json` * use writeJson instead of writeFile * split `nuxt-ts/src` in 2 functions + rootDir parametr + add tests * add `fs-extra` to dependencies to prevent build warning * JSON everywhere instead of JSON/Json * fix: missing call to generateTsConfigIfMissing * ask confirmation for tsconfig.json generation * improvement: let compilerOptions.module as default * improvements * move from github link to friendly linkable local path * add resolveJsonModule in default config Co-Authored-By: kevinmarrec <kevin@marrec.io> * Move `nuxt-ts` logic to `@nuxt/typescript` * Upgrade to `ts-node@8.0.1` |
||
---|---|---|
.. | ||
async-config.size-limit.test.js | ||
async-config.test.js | ||
basic.config.defaults.test.js | ||
basic.dev.test.js | ||
basic.fail.generate.test.js | ||
basic.generate.test.js | ||
basic.plugins.test.js | ||
basic.ssr.csp.test.js | ||
basic.ssr.test.js | ||
children.test.js | ||
cli.test.js | ||
components.test.js | ||
custom-app-template.test.js | ||
custom-dirs.test.js | ||
dist-options.test.js | ||
dynamic-routes.test.js | ||
error.test.js | ||
express.test.js | ||
extract-css.test.js | ||
fallback.generate.test.js | ||
fallback.test.js | ||
generator.test.js | ||
https.test.js | ||
meta-attrs.test.js | ||
modern.client.test.js | ||
modern.server.test.js | ||
modern.spa.test.js | ||
module.test.js | ||
named-views.test.js | ||
nuxt.test.js | ||
renderer.test.js | ||
route-name-splitter.test.js | ||
server.listen.test.js | ||
sockets.test.js | ||
spa.test.js | ||
ssr.test.js | ||
typescript-custom.test.js | ||
typescript.modern.test.js | ||
typescript.setup.test.js | ||
typescript.test.js | ||
utils.test.js | ||
with-config.test.js | ||
wp.config.test.js |