Files
protocol/packages/react-docs/tsconfig.json
2018-03-13 15:29:12 +01:00

14 lines
345 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib/",
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}