mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2024-12-12 09:04:06 +02:00
6f76f90075
(I completely forgot why I webpacked.) - Submodule re-init
18 lines
474 B
JSON
18 lines
474 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"types": ["svelte", "node"],
|
|
// "importsNotUsedAsValues": "error",
|
|
"importHelpers": true,
|
|
"alwaysStrict": true,
|
|
"lib": ["es2018", "DOM", "ES5", "ES6", "ES7"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["pouchdb-browser-webpack"]
|
|
}
|