Picsur/frontend/tsconfig.json
2022-02-24 22:56:27 +01:00

19 lines
286 B
JSON

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