Files
AFFiNE-Mirror/blocksuite/playground/tsconfig.json
2024-12-20 15:38:06 +08:00

21 lines
553 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": false,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"composite": false
},
"include": ["./apps", "./examples"],
"references": [{ "path": "./tsconfig.node.json" }]
}