12 lines
246 B
JSON
12 lines
246 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "dist", "examples"]
|
||
|
|
}
|