14 lines
248 B
JSON
14 lines
248 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": [
|
||
|
"vite.config.ts",
|
||
|
"bolt.config.ts",
|
||
|
"plugin",
|
||
|
"plugin/build",
|
||
|
]
|
||
|
}
|