29
tsconfig.json
Executable file
29
tsconfig.json
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"}]
|
||||
}
|
||||
Reference in New Issue
Block a user