iceshrimp-legacy/packages/backend/jsconfig.json

9 lines
173 B
JSON
Raw Normal View History

2016-12-28 23:49:51 +01:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
2023-05-29 18:31:02 +02:00
"exclude": ["node_modules", "jspm_packages", "tmp", "temp"]
2016-12-28 23:49:51 +01:00
}