git-subtree-dir: aiui git-subtree-mainline:0c4826f8ccgit-subtree-split:e30ac1d106
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"paths": {
|
|
"@aiui/core": ["./packages/core/src"],
|
|
"@aiui/core/*": ["./packages/core/src/*"]
|
|
}
|
|
},
|
|
"references": [
|
|
{ "path": "./packages/core" },
|
|
{ "path": "./packages/app" }
|
|
]
|
|
}
|