chatbridge/server/tsconfig.json
ansible user/allowed to read system logs 4d808bb1d4 working frontend with group creation
2023-07-25 23:21:06 -07:00

20 lines
468 B
JSON

{
"compilerOptions": {
"target": "es2016",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictPropertyInitialization": false,
"strictNullChecks": false,
"skipLibCheck": true,
"outDir": "./build",
"rootDir": ".",
},
"include": ["src/**/*"],
"exclude": [
"../node_modules", "roles"]
}