14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"extends": "@pascal/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [{ "path": "../core" }]
|
|
}
|