mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"outDir": "build/",
|
|
"tsBuildInfoFile": "build/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.mts"]
|
|
}
|