@rws-framework/client
Version:
Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.
21 lines • 616 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-framework/client/*": ["../*"],
// "@rws-framework/client": ["../index"],
}
}
}