Files
social-tw-website/packages/circuits/tsconfig.json
2023-06-02 12:40:50 +08:00

11 lines
266 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules/**"],
"include": ["./src", "./config", "./provers"]
}