зеркало из https://github.com/microsoft/jacdac-ts.git
43 строки
897 B
JSON
43 строки
897 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"lib": [
|
|
"es2015",
|
|
"es2016",
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"strict": false,
|
|
"strictNullChecks": false,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"preserveConstEnums": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist/lib",
|
|
"pretty": true,
|
|
"newLine": "LF",
|
|
"types": [
|
|
"w3c-web-serial",
|
|
"w3c-web-usb",
|
|
"web-bluetooth",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jacdac-spec/dist/specconstants.ts"
|
|
],
|
|
"exclude": [
|
|
"src/worker/*"
|
|
]
|
|
} |