@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.
29 lines • 1.02 kB
JSON
{
"compilerOptions": {
"baseUrl": "../",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "ES2018",
"module": "es2022",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
"lib": ["DOM", "ESNext", "WebWorker"],
"outDir": "dist",
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"paths": {
// "@rws-framework/client/*": ["./node_modules/@rws-framework/client/src/*"],
// "@rws-framework/client/tests": ["./node_modules/@rws-framework/client/dist/src/tests/index"],
// "@rws-framework/client": ["./node_modules/@rws-framework/client/dist/src/index"],
}
},
"include": [
"src",
"../node_modules/@rws-framework/client/declarations.d.ts",
],
"exclude": [
"../node_modules/@rws-framework/client/src/tests"
]
}