blob: 21bd3b821751080c68c8400b2ed2e291602b8a59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"jsx": "react",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
},
"include": ["./src/**/*"]
}
|