mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 12:20:31 +00:00
20 lines
No EOL
469 B
JSON
20 lines
No EOL
469 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "NodeNext",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"rootDir": ".",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"removeComments": false,
|
|
"sourceMap": false,
|
|
"pretty": true,
|
|
"moduleResolution": "NodeNext"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |