socketcomputer/webapp/tsconfig.json
2024-04-02 07:43:54 -04:00

20 lines
410 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"composite": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"lib": ["DOM", "ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES6",
"outDir": "./dist",
"baseUrl": "."
},
"references": [
{ "path": "../shared" }
]
}