mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 04:33:53 +03:00
28 lines
589 B
JSON
28 lines
589 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"../node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
],
|
|
"paths": {
|
|
"@eqmac/components": ["../modules/components/src"]
|
|
}
|
|
}
|
|
}
|