Sidharth Vinod 12ed81855a
Add zenuml
2023-04-23 00:34:59 +05:30

10 lines
178 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src/**/*.ts"],
"typeRoots": ["./src/types"]
}