mirror of
https://github.com/strongbox-password-safe/browser-autofill.git
synced 2026-05-20 20:40:37 +00:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "ES2020"],
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"sourceMap": true,
|
|
"target": "ES2020"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|