rws-js-client
Version:
client for RWS frontend
21 lines • 601 B
JSON
{
"compilerOptions": {
"baseUrl": "../",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "ES2018",
"module": "es2022",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
"outDir": "dist",
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ESNext", "WebWorker"],
"paths": {
// "rws-js-client/*": ["../*"],
// "rws-js-client": ["../index"],
}
}
}