mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"exclude": ["docs", "dist", "playground", "node_modules"],
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false
|
|
}
|
|
}
|