spiegel-keyman/common/models/wordbreakers/tools/data-compiler/tsconfig.json

21 lines
448 B
JSON

{
"extends": "../../../tsconfig.kmw-worker-base.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "../../build/tools/data-compiler/obj",
"tsBuildInfoFile": "../../build/tools/data-compiler/obj/tsconfig.tsbuildinfo",
"rootDir": "./",
"module": "node16",
"moduleResolution": "node16"
},
"references": [
{ "path": "../../../types" }
],
"include": [
"./**/*"
],
"exclude": [
"node_modules"
]
}