spiegel-keyman/resources/build/version/tsconfig.json
2023-10-04 12:55:51 +07:00

8 lines
147 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build/",
},
"include": ["./**/*.ts"]
}