mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-01-12 09:24:26 +08:00
36 lines
700 B
JSON
36 lines
700 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build/dist",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"rootDir": "src",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"coverage",
|
|
"jest",
|
|
"lib",
|
|
"node_modules",
|
|
"rollup.config.js",
|
|
"scripts",
|
|
"webpack"
|
|
],
|
|
"types": [
|
|
"typePatches"
|
|
]
|
|
} |