mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"outDir": "lib",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["*.ts"],
|
|
"exclude": ["lib"]
|
|
}
|