1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00
copilot/packages/cp-frontend/.tern-project

15 lines
259 B
Plaintext
Raw Normal View History

2016-10-23 07:27:18 +03:00
{
"libs": [
"ecmascript",
"browser"
],
"plugins": {
"doc_comment": true,
"local-scope": true,
"jsx": true,
"node": true,
"webpack": {
"configPath": "./node_modules/react-scripts/config/webpack.config.dev.js"
2016-10-23 07:27:18 +03:00
}
}
}