mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-04 00:58:39 -04:00
10 lines
174 B
JSON
10 lines
174 B
JSON
|
|
{
|
|
"references": [{ "path": "../core" }],
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|