spiegel-keyman/web/src/engine/attachment/tsconfig.json

17 lines
382 B
JSON

{
"extends": "../../tsconfig.dom.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "../../../build/engine/attachment/obj/",
"tsBuildInfoFile": "../../../build/engine/attachment/obj/tsconfig.tsbuildinfo",
"rootDir": "./src"
},
"include": [ "src/**/*.ts" ],
"references": [
{ "path": "../dom-utils" },
{ "path": "../element-wrappers" }
]
}