d919bd273e
* feat: add translation * modal, left menu translation * primary tools translation * render with intl provider for testing restore file * french translation done * context menu translation and test * added italian * Add menu to select language * translation for the word language * bump dev deps Bump react on www * Fix types * update dependencies * pre-release * Delete lask.config.json Co-authored-by: Enrico <franciscono.enry@gmail.com> Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
19 lines
480 B
JSON
19 lines
480 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
"include": ["src", "./src/translations/*.json"],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~*": ["./src/*"]
|
|
}
|
|
},
|
|
"references": [{ "path": "../vec" }, { "path": "../intersect" }, { "path": "../core" }],
|
|
"typedocOptions": {
|
|
"entryPoints": ["src/index.ts"],
|
|
"out": "docs"
|
|
}
|
|
}
|