mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"extends": "../../UILib.tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|