gavvvr_obsidian-timecodes-p.../tsconfig.json

25 lines
421 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"rootDir": ".",
"target": "es6",
"noImplicitAny": true,
"isolatedModules": true,
"strict": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"lib": [
"DOM",
"DOM.Iterable",
"ES5",
"ES6",
"ES7"
],
},
"include": [
"**/*.ts"
],
"exclude": ["e2e/"],
}