mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
15 lines
405 B
JSON
15 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": false,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["dom"]
|
|
},
|
|
"include": ["main.ts", "**/*.ts"],
|
|
"exclude": ["../node_modules", "**/*.spec.ts"]
|
|
}
|