44 lines
993 B
JSON
44 lines
993 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"downlevelIteration": true,
|
||
|
"skipLibCheck": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"module": "es2020",
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": false,
|
||
|
"experimentalDecorators": true,
|
||
|
"importHelpers": true,
|
||
|
"target": "es2015",
|
||
|
"types": [
|
||
|
"node",
|
||
|
"jest",
|
||
|
],
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2018",
|
||
|
"dom"
|
||
|
],
|
||
|
"paths": {
|
||
|
"models": [
|
||
|
"dist/models"
|
||
|
],
|
||
|
"models/*": [
|
||
|
"dist/models/*"
|
||
|
],
|
||
|
"crypto": ["./node_modules/crypto-browserify"],
|
||
|
"stream": ["./node_modules/stream-browserify"],
|
||
|
"assert": ["./node_modules/assert"],
|
||
|
"http": ["./node_modules/stream-http"],
|
||
|
"https": ["./node_modules/https-browserify"],
|
||
|
"os": ["./node_modules/os-browserify"]
|
||
|
}
|
||
|
}
|
||
|
}
|