mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 17:23:07 +01:00
10 lines
200 B
JSON
10 lines
200 B
JSON
|
{
|
||
|
"extends": "../../config/typescript/tsconfig.json",
|
||
|
"include": ["src/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib"
|
||
|
},
|
||
|
"references": [{ "path": "../slate" }]
|
||
|
}
|