mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node"
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|