mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
f350a70775
Co-authored-by: Pooya Parsa <pooya@pi0.io>
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noImplicitAny": true
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./test/**/*.ts"
|
|
]
|
|
}
|