mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "../../UILib.tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|