@brandup/ui-helpers
Version:
34 lines • 575 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"target": "ESNext",
"sourceMap": true,
"strict": true,
"lib": [
"DOM",
"ESNext"
],
"esModuleInterop": true,
"noImplicitAny": true,
"noEmitOnError": true,
"baseUrl": "./source",
"outDir": "./out",
"declaration": false,
"declarationMap": false,
"removeComments": false,
"stripInternal": true,
"allowSyntheticDefaultImports": true
},
"include": [
"source",
"test"
],
"exclude": [
"node_modules",
"dist",
".vs",
".vscode"
],
"compileOnSave": false
}