2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/jsconfig.base.json
2022-08-17 21:51:40 +02:00

12 lines
183 B
JSON

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