UNPKG

saepequia

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

16 lines (14 loc) 299 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "esModuleInterop": true, "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "baseUrl": ".", "paths": { "linaria": ["."] } } }