mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
13 lines
183 B
JSON
13 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "amd",
|
|
"experimentalDecorators": true,
|
|
},
|
|
"exclude": [
|
|
".git",
|
|
"**/node_modules",
|
|
"**/dist",
|
|
],
|
|
}
|