calckey/packages/backend/jsconfig.json

9 lines
173 B
JSON
Raw Normal View History

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