18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"rootDir": "src",
|
|
"outDir": "./dist/lib",
|
|
"resolveJsonModule": true,
|
|
"types": ["chrome", "vite/client"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|