20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.config.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.vitest.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"types": [ "vite/client" ],
|
|
"module": "esnext"
|
|
}
|
|
}
|