21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@mixly/arduino": [
|
|
"../arduino"
|
|
],
|
|
"@mixly/arduino-avr": [
|
|
"../arduino_avr"
|
|
],
|
|
"@mixly/arduino-esp8266": [
|
|
"../arduino_esp8266"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |