mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitOverride": true,
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"resolveJsonModule": true,
|
|
"target": "ES2017",
|
|
"outDir": "lib",
|
|
"lib": ["ES2017", "dom"],
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"],
|
|
"files": ["../node_modules/nsfw/index.d.ts"]
|
|
}
|