spiegel-keyman/common/web/es-bundling/tsconfig.json
2023-12-20 09:56:31 +07:00

11 lines
271 B
JSON

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