mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 12:37:16 +02:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "Bundler",
|
|
"paths": {
|
|
"@nn/test": ["./electron-test/index.ts"]
|
|
}
|
|
}
|
|
}
|