mattzh72--articraft
10 行
181 B
JSON
10 行
181 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2023"],
|
|
"allowImportingTsExtensions": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|