mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-10 21:36:17 +00:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["lib"]
|
|
}
|