mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 06:04:40 +00:00
8 lines
176 B
JSON
8 lines
176 B
JSON
{
|
|
"extends": "@betternas/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|