2024-01-16 14:38:05 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
|
|
"allowJs": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"strict": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"isolatedModules": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"incremental": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "next"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
|
|
"exclude": ["node_modules", "_archive"],
|
|
|
|
"references": [
|
2024-02-21 13:07:53 +00:00
|
|
|
{
|
|
|
|
"path": "../../packages/assets"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../packages/tldraw"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../packages/tlsync"
|
2024-02-26 12:30:35 +00:00
|
|
|
},
|
2024-03-04 16:48:14 +00:00
|
|
|
{
|
|
|
|
"path": "../../packages/utils"
|
|
|
|
},
|
2024-02-26 12:30:35 +00:00
|
|
|
{
|
|
|
|
"path": "../../packages/validate"
|
2024-02-21 13:07:53 +00:00
|
|
|
}
|
2024-01-16 14:38:05 +00:00
|
|
|
]
|
|
|
|
}
|