mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 06:43:24 +03:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "./*.json", "./legacy/**/*.json"],
|
|
"exclude": ["./tsconfig.json"]
|
|
}
|