1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-01-30 20:20:15 -06:00
paricafe/packages/backend/jsconfig.json

14 lines
184 B
JSON
Raw Normal View History

2016-12-28 16:49:51 -06:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"jspm_packages",
"tmp",
"temp"
]
}