Nuxt/packages
Kevin Marrec 2a1ee96a4b feat(ts): auto generate tsconfig.json (#4776)
* 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`
2019-01-23 10:53:52 +01:00
..
babel-preset-app chore(deps): update all non-major dependencies (#4829) 2019-01-22 17:18:18 +00:00
builder refactor: encapsulate pages validation into a separate function (#4826) 2019-01-21 22:10:37 +03:30
cli fix(config): define once default nuxt config filename (#4814) 2019-01-22 23:22:43 +03:30
config fix(config): define once default nuxt config filename (#4814) 2019-01-22 23:22:43 +03:30
core chore(deps): update all non-major dependencies (#4816) 2019-01-21 23:40:08 +03:30
generator refactor: cleanups and code style improvements (#4788) 2019-01-18 00:48:29 +03:30
server feat(server): timing option for Server-Timing header (#4800) 2019-01-19 21:44:54 +03:30
typescript feat(ts): auto generate tsconfig.json (#4776) 2019-01-23 10:53:52 +01:00
utils feat(server): timing option for Server-Timing header (#4800) 2019-01-19 21:44:54 +03:30
vue-app fix: $nuxt is used instead of globalName (#4743) 2019-01-21 16:53:07 +03:30
vue-renderer refactor: cleanups and code style improvements (#4788) 2019-01-18 00:48:29 +03:30
webpack chore(deps): update all non-major dependencies (#4829) 2019-01-22 17:18:18 +00:00