Files
wlan-cloud-ui-library/jsconfig.json
Sean Macfarlane 239ea3033b refactor for npm
2020-03-18 18:12:50 -04:00

12 lines
185 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"~/*": ["src/*"]
}
}
}