tldraw/packages/tldraw/tsconfig.json
Judicael d919bd273e
feat: add translation (#704)
* 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>
2022-06-09 15:33:35 +01:00

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"
}
}