19 lines
410 B
JSON
19 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" }
|
|
]
|
|
}
|