10 lines
213 B (Stored with Git LFS)
JSON
10 lines
213 B (Stored with Git LFS)
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["vite.config.ts", "src/manifest.cjs", "script/*.cjs"]
|
|
}
|