mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-05 03:08:39 +00:00
22 lines
607 B
JSON
22 lines
607 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"baseUrl": "./node_modules",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"lib": ["es2021"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@lsp/*": ["../../lsp/pkg/*"],
|
|
"@interpreter/*": ["../../../api/wasm-interpreter/pkg/*"]
|
|
},
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es6",
|
|
"typeRoots": ["./node_modules/@types"]
|
|
}
|
|
}
|