mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
18 lines
491 B
JSON
18 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"@pien-studio/types": ["./packages/types/src/index.ts"],
|
|
"@pien-studio/editor-core": ["./packages/editor-core/src/index.ts"],
|
|
"@pien-studio/storage": ["./packages/storage/src/index.ts"],
|
|
"@pien-studio/ui/*": ["./packages/ui/src/*"]
|
|
}
|
|
}
|
|
}
|