spiegel-keyman/developer/src/common/web/utils/tsconfig.json
Marc Durdin 45a6291a3e refactor(developer): move ttfInfo to developer-utils
We will need ttfInfo in kmc-package, so move it to the shared module.
2025-01-20 09:19:47 +07:00

16 lines
273 B
JSON

{
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./build/",
"baseUrl": ".",
/** for ttfmeta */
"allowJs": true,
},
"include": [
"src/**/*.ts",
"src/ttfmeta/lib/*.js",
],
}