mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-23 19:26:35 +00:00
31 lines
653 B
JSON
31 lines
653 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"outDir": "lib",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"files": [
|
|
"../node_modules/@theia/monaco/src/typings/monaco/index.d.ts"
|
|
]
|
|
} |