@ez-aem/policies
Version:
Easily Manage AEM Policies and Style System with EZ-AEM Policies.
16 lines (15 loc) • 330 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"esModuleInterop": true,
"module": "CommonJS",
"outDir": "bin",
"preserveConstEnums": true,
"removeComments": true,
"resolveJsonModule": true,
"target": "es5"
},
"include": ["./src/**/*"]
}