mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 06:59:17 +08:00
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"strict": false
|
|
},
|
|
"include": ["./libdefs", "./packages"],
|
|
"exclude": [
|
|
"./libdefs/*.js",
|
|
"**/dist/**",
|
|
"**/npm/**",
|
|
"**/node_modules/**",
|
|
"./packages/lexical-devtools/**"
|
|
],
|
|
"extends": "./tsconfig.json"
|
|
}
|