13 lines
264 B
JSON
13 lines
264 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"lib": ["ESNext", "DOM"],
|
||
|
|
"types": ["chrome", "node"]
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "vite.config.ts"]
|
||
|
|
}
|