Picsur/frontend/tsconfig.json

19 lines
286 B
JSON
Raw Normal View History

2022-02-23 10:50:18 +00:00
{
2022-02-24 21:56:27 +00:00
"extends": "../tsconfig.base.json",
2022-02-23 18:09:53 +00:00
"compilerOptions": {
2022-02-23 22:25:00 +00:00
"target": "es2015",
2022-02-23 18:09:53 +00:00
"module": "esnext",
2022-02-24 21:56:27 +00:00
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"jsx": "react-jsx",
2022-02-23 18:09:53 +00:00
"noEmit": true,
2022-02-24 21:56:27 +00:00
"skipLibCheck": true
2022-02-23 18:09:53 +00:00
},
2022-02-24 21:56:27 +00:00
"include": [
"src"
]
2022-02-23 10:50:18 +00:00
}