Open source omnivore
This commit is contained in:
13
pkg/admin/tsconfig.json
Normal file
13
pkg/admin/tsconfig.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@tsconfig/node14/tsconfig.json",
|
||||
"ts-node": {
|
||||
"files": true
|
||||
},
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["dom"]
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["./src/generated"]
|
||||
}
|
||||
Reference in New Issue
Block a user