mirror of
https://github.com/tech-reclipped/ReClipped-Obsidian-Official.git
synced 2026-07-22 08:40:31 +00:00
29 lines
527 B
JSON
29 lines
527 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"sourceMap": false,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"ES6",
|
|
"ES7",
|
|
"scripthost",
|
|
"es2015"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"view/VideoView.tsx",
|
|
"view/VideoContainer.tsx",
|
|
]
|
|
}
|