2021-03-30 23:51:55 +05:30
|
|
|
{
|
|
|
|
"include": ["src/packages/excalidraw", "src/global.d.ts", "src/css.d.ts"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"declaration": true,
|
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
"outDir": "src/packages/excalidraw/types",
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"target": "es6",
|
2021-11-19 19:51:28 +01:00
|
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
2021-03-30 23:51:55 +05:30
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"strict": true
|
|
|
|
}
|
|
|
|
}
|