@tomkoooo/tbase
Version:
A JavaScript-based socket client for out-of-the-box backend for React
18 lines (17 loc) • 432 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"declaration": true,
"skipLibCheck": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib"]
}