Files
vscode-extension-samples/notebook-renderer-sample/tsconfig.json

13 lines
274 B
JSON
Raw Permalink Normal View History

2021-08-01 21:30:26 -07:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "out",
"module": "esnext",
"target": "es2020",
"lib": ["es2020", "dom"],
"moduleResolution": "node",
"sourceMap": true,
"strict": true /* enable all strict type-checking options */
}
2021-08-01 21:30:26 -07:00
}