Files
protocol/packages/website/tsconfig.json
2018-01-10 12:43:50 +01:00

18 lines
485 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"outDir": "./transpiled/",
"jsx": "react",
"baseUrl": "./",
"allowJs": true,
"strictNullChecks": false,
"noImplicitThis": false,
"declaration": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["./ts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}