30 lines
791 B
JSON
Executable File
30 lines
791 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"baseUrl": "",
|
|
"paths": {
|
|
"@common/*": ["common/resources/client/*"],
|
|
"@app/*": ["resources/client/*"]
|
|
},
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"allowJs": false,
|
|
"skipLibCheck": false,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["resources/client", "common/resources/client"],
|
|
"exclude": ["*.stories.tsx",
|
|
"bun-server-entry.tsx"
|
|
],
|
|
"references": [{"path": "./tsconfig.node.json"}]
|
|
}
|