mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "CommonJS",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules", "bench", "__test__"]
|
|
}
|