de3935a28f
* Add new tab extension * Update package.json * Update package.json * Update screenshot / manifest
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|