mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 23:52:02 +03:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"outDir": "./lib/scripts"
|
|
},
|
|
"include": ["./src/scripts"]
|
|
}
|