@deskthing/cli
Version:
An emulator for the DeskThing Server
19 lines (18 loc) • 440 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"declaration": true,
"rootDir": "./src",
"jsx": "react-jsx",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}