mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +00:00
14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"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"]
|
|
}
|