mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-23 11:16:42 +00:00
33 lines
717 B
JSON
33 lines
717 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/core/src/typings/nsfw/index.d.ts",
|
|
"../node_modules/@theia/monaco/src/typings/monaco/index.d.ts"
|
|
]
|
|
}
|