Files
protocol/packages/react-shared/tsconfig.json
2018-10-15 11:27:56 +01:00

15 lines
310 B
JSON

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