mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"jslib/*": [
|
|
"../jslib/src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|