protocol/packages/react-docs/tsconfig.json
2018-03-27 17:47:04 +02:00

14 lines
288 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib/",
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["./src/**/*"]
}