mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
|
|
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
}
|