1
Fork 0
webextension-storage/tsconfig.json

17 lines
299 B
JSON

{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"module": "ES2022",
"moduleResolution": "Node",
"outDir": "build",
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
},
"include": [
"source"
]
}