forked from mirrors/keywind
10 lines
238 B
JSON
10 lines
238 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|