jormungandr-bite/packages/backend/jsconfig.json

9 lines
173 B
JSON
Raw Normal View History

2016-12-28 15:49:51 -07:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
2023-05-29 10:31:02 -06:00
"exclude": ["node_modules", "jspm_packages", "tmp", "temp"]
2016-12-28 15:49:51 -07:00
}