mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
revert pkg/admin
This commit is contained in:
parent
a2e01e8380
commit
fd41cf0382
1 changed files with 9 additions and 2 deletions
|
|
@ -1,12 +1,19 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"ts-node": {
|
||||
"files": true
|
||||
},
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["dom"]
|
||||
"lib": ["dom", "es2020"],
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["./src/generated"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue