You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
499 B
18 lines
499 B
{ |
|
"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", |
|
"lib": ["dom", "dom.iterable", "esnext"], |
|
"module": "esnext", |
|
"moduleResolution": "node", |
|
"resolveJsonModule": true, |
|
"skipLibCheck": true, |
|
"allowSyntheticDefaultImports": true, |
|
"strict": true |
|
} |
|
}
|
|
|