mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"*": ["../node_modules/*", "./types/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|