mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationDir": "./.ts-temp",
|
|
"strict": false
|
|
},
|
|
"exclude": [
|
|
"**/__tests__/**",
|
|
"node_modules/**/*",
|
|
"packages/lexical-playground/**/*",
|
|
"packages/playwright-core/**/*"
|
|
],
|
|
"extends": "./tsconfig.json"
|
|
}
|