12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"extends": "../../node_modules/@standardnotes/config/src/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"bin/**/*",
|
|
"migrations/**/*",
|
|
]
|
|
}
|