15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"jsx": "react",
|
|
"noImplicitAny": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"composite": false
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|