Files
box/packages/resource-authentik/tsconfig.json
Morten Olsen b851dc3006 init
2025-10-23 14:01:06 +02:00

11 lines
172 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*.ts"
],
"extends": "@morten-olsen/box-configs/tsconfig.json"
}