spiegel-keyman/common/web/es-bundling/tsconfig.json
2023-10-04 12:55:51 +07:00

10 lines
229 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "build/",
"tsBuildInfoFile": "build/tsconfig.tsbuildinfo",
"rootDir": "./src"
},
"include": ["./src/**/*.mts"]
}