Files
omnivore/pkg/admin/tsconfig.json
Thomas Rogers c0373646cb Fix Linting...
2024-01-09 11:22:32 +01:00

14 lines
246 B
JSON

{
"extends": "../../tsconfig.json",
"ts-node": {
"files": true
},
"compilerOptions": {
"outDir": "dist",
"experimentalDecorators": true,
"lib": ["dom"]
},
"include": ["src", "test"],
"exclude": ["./src/generated"]
}