ens-proxy/test/tsconfig.json

10 lines
187 B
JSON
Raw Normal View History

2022-08-22 10:14:57 +02:00
{
"compilerOptions": {
"resolveJsonModule": true,
"lib": ["es6", "es7"],
"noUnusedLocals": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}