mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src", "index.d.ts"],
|
|
// This package MUST NOT use any other package.
|
|
"references": []
|
|
}
|