spiegel-keyman/web/src/common/web-utils/tsconfig.json
Marc Durdin 41c9cef797 refactor(web): change @keymanapp/web-utils to keyman/common/web-utils
Removes the need for package.json references for @keymanapp/web-utils,
and relies on bundler to include keyman/common/web-utils when building.
2025-11-06 07:24:36 +01:00

17 lines
397 B
JSON

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../../../build/common/web-utils/obj/tsconfig.tsbuildinfo",
"outDir": "../../../build/common/web-utils/obj/",
"rootDir": "./src"
},
"references": [
{ "path": "../../../../common/web/keyman-version" },
],
"include": [
"src/*.ts"
],
"exclude": [
"src/tests/**/*.js"
]
}