mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
* update targets * update targets * fixed FormService propagation [ci:force] * fixed FormService propagation [ci:force]
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": false
|
|
},
|
|
"files": ["src/test.ts"],
|
|
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "index.ts"]
|
|
}
|