mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
* update targets * update targets * fixed FormService propagation [ci:force] * fixed FormService propagation [ci:force]
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"sourceMap": false,
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "src",
|
|
"types": ["node", "@typescript-eslint/utils"]
|
|
},
|
|
"include": ["**/*"],
|
|
"exclude": ["node_modules", "tests"]
|
|
}
|