UNPKG

@truffle/compile-solidity

Version:
41 lines (40 loc) 908 B
{ "compilerOptions": { "sourceMap": true, "declaration": true, "allowJs": true, "esModuleInterop": true, "lib": ["esnext", "dom"], "skipLibCheck": true, "target": "es2016", "moduleResolution": "node", "downlevelIteration": true, "allowSyntheticDefaultImports": true, "module": "commonjs", "outDir": "./dist", "strictBindCallApply": true, "strictNullChecks": true, "paths": { "@truffle/compile-solidity": ["./src"], "@truffle/compile-solidity/*": ["./src/*"], "test/*": ["./test/*"] }, "rootDir": "src", "baseUrl": ".", "types": [ "mocha", "node" ], "plugins": [ { "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, "include": [ "src/**/*" ], "exclude": [ "dist", "node_modules" ] }