msn-viewer/src/tsconfig.json

19 lines
367 B
JSON
Raw Normal View History

2023-01-03 11:12:34 +00:00
{
"compilerOptions": {
"strict": true,
"experimentalDecorators": true,
"target": "es6",
"module": "es6",
"lib": [ "dom", "es6" ],
"jsx": "react-jsx",
"esModuleInterop": true,
"jsxImportSource": "jsx-dom",
"isolatedModules": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"~*": ["./*"]
2023-01-03 11:12:34 +00:00
}
}
2023-01-03 11:12:34 +00:00
}