UNPKG
@drozd/nuxt-performance
Version:
latest (1.0.1)
1.0.1
1.0.0
Nuxt high load functional
github.com/gustoase/nuxt-performance
gustoase/nuxt-performance
@drozd/nuxt-performance
/
tsconfig.json
14 lines
(13 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"allowJs"
:
true
}
,
"files"
:
[
"module.ts"
]
,
"exclude"
:
[
"node_modules"
,
"@nuxt/types"
]
}