mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 13:05:18 +00:00
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|