Files
protocol/packages/0x.js/tsconfig.json
2018-03-27 17:47:04 +02:00

14 lines
306 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"noImplicitThis": false
},
"include": [
"./src/**/*",
"./test/**/*",
"../../node_modules/types-bn/index.d.ts",
"../../node_modules/types-ethereumjs-util/index.d.ts"
]
}