mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 09:22:28 +03:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src", "env.d.ts", "./src/global.d.ts"],
|
|
"exclude": ["lib"]
|
|
}
|