mirror of
https://github.com/alincoop/obsidian-tinychart.git
synced 2026-07-22 10:10:25 +00:00
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"lib": ["DOM", "ES5", "ES6", "ES7"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|