2021-11-16 14:35:09 -05:00
|
|
|
{
|
2022-05-17 03:21:44 -04:00
|
|
|
"extends": "../../tsconfig.json",
|
2021-11-16 14:35:09 -05:00
|
|
|
"compilerOptions": {
|
2022-05-18 00:48:28 -04:00
|
|
|
"noEmit": false,
|
2022-05-17 03:21:44 -04:00
|
|
|
"composite": true,
|
|
|
|
|
"incremental": true,
|
|
|
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib",
|
2023-08-25 04:54:58 -04:00
|
|
|
"moduleResolution": "bundler",
|
2021-11-16 14:35:09 -05:00
|
|
|
"module": "esnext",
|
2022-05-17 03:21:44 -04:00
|
|
|
"target": "esnext"
|
2021-11-16 14:35:09 -05:00
|
|
|
},
|
2022-05-18 00:48:28 -04:00
|
|
|
"include": ["src/theme", "src/*.d.ts", "src/custom-buble.ts"],
|
|
|
|
|
"exclude": ["**/__tests__/**"]
|
2021-11-16 14:35:09 -05:00
|
|
|
}
|