Picsur/frontend/tsconfig.json
2022-02-25 22:58:08 +01:00

18 lines
269 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"lib": [
"dom",
"dom.iterable"
],
"jsx": "react-jsx",
"noEmit": true,
"skipLibCheck": true
},
"include": [
"src"
]
}