mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-19 04:43:47 -06:00
17 lines
325 B
JSON
17 lines
325 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/*"]
|
|
}
|
|
}
|
|
}
|