20 lines
384 B
JSON
20 lines
384 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"declaration": true,
|
||
|
"types": []
|
||
|
},
|
||
|
"exclude": [
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.spec.tsx",
|
||
|
"**/*.test.tsx",
|
||
|
"**/*.spec.js",
|
||
|
"**/*.test.js",
|
||
|
"**/*.spec.jsx",
|
||
|
"**/*.test.jsx"
|
||
|
],
|
||
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
||
|
}
|