Sean Cross
0a3b6fe96e
This allows us to add a mock library for simulating the real device. Signed-off-by: Sean Cross <sean@xobs.io>
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES5",
|
|
"module": "CommonJS",
|
|
"outDir": "./build",
|
|
"strict": true
|
|
}
|
|
}
|