18 lines
293 B
JSON
18 lines
293 B
JSON
{
|
|
"extends": "../../../tsconfig/base.json",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "react",
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../../lib"
|
|
},
|
|
{
|
|
"path": "../../core"
|
|
}
|
|
]
|
|
}
|