2020-06-14 03:30:04 -04:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
2022-05-17 03:21:44 -04:00
|
|
|
"references": [{"path": "./tsconfig.client.json"}],
|
2020-06-14 03:30:04 -04:00
|
|
|
"compilerOptions": {
|
2022-05-18 00:48:28 -04:00
|
|
|
"noEmit": false,
|
2020-06-14 03:30:04 -04:00
|
|
|
"incremental": true,
|
|
|
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib"
|
2022-05-17 03:21:44 -04:00
|
|
|
},
|
|
|
|
|
"include": ["src"],
|
2022-05-18 00:48:28 -04:00
|
|
|
"exclude": ["src/theme", "**/__tests__/**"]
|
2020-06-14 03:30:04 -04:00
|
|
|
}
|