libreccm/ccm-cms/tsconfig.json

8 lines
104 B
JSON

{
"compilerOptions": {
"lib": [
"DOM",
"ES2016"
]
}
}