mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
fix yarn behaviour
This commit is contained in:
BIN
circuits/.yarn/install-state.gz
Normal file
BIN
circuits/.yarn/install-state.gz
Normal file
Binary file not shown.
1
circuits/.yarnrc.yml
Normal file
1
circuits/.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
||||
nodeLinker: node-modules
|
||||
@@ -42,10 +42,11 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.6",
|
||||
"@types/chai": "4.3.11",
|
||||
"@types/circomlibjs": "^0.1.6",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"chai": "^4.3.8",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@yarnpkg/sdks": "^3.2.0",
|
||||
"chai": "4.3.8",
|
||||
"mocha": "^10.3.0",
|
||||
"prettier": "^3.3.3",
|
||||
"ts-mocha": "^10.0.0",
|
||||
|
||||
@@ -4,6 +4,16 @@
|
||||
"esModuleInterop": true,
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS"
|
||||
}
|
||||
}
|
||||
"module": "CommonJS",
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": [
|
||||
"tests/**/*",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
1537
circuits/yarn.lock
1537
circuits/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user