discourse/jsconfig.base.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
155 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2020",
"module": "amd",
"experimentalDecorators": true,
},
"exclude": [
"**/node_modules"
],
}