zcash-grant-system/e2e/tsconfig.json

14 lines
271 B
JSON

{
"compilerOptions": {
"strict": true,
"sourceMap": true,
"module": "commonjs",
"target": "es5",
"lib": ["dom", "es6"],
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
},
"compileOnSave": false
}