mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
efabacd8e2
Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": false,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"types": [
|
|
"node",
|
|
"jest"
|
|
],
|
|
"paths": {
|
|
"nuxt/app/composables": ["./packages/app/src/composables"]
|
|
}
|
|
}
|
|
}
|