mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 07:30:30 +00:00
20 lines
316 B
JSON
20 lines
316 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./ts_dist/js",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": true,
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es6",
|
||
|
|
"jsx": "react",
|
||
|
|
"allowJs": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"ts_src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules/",
|
||
|
|
"ts_dist"
|
||
|
|
]
|
||
|
|
}
|