mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
24 lines
400 B
JSON
24 lines
400 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "e2e/out",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"sourceMap": true,
|
|
"strict": false,
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"e2e/src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"src"
|
|
]
|
|
} |