Picsur/frontend/tsconfig.json

18 lines
269 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-25 21:58:08 +00:00
"target": "ES6",
"module": "CommonJS",
2022-02-24 21:56:27 +00:00
"lib": [
"dom",
2022-02-25 21:58:08 +00:00
"dom.iterable"
2022-02-24 21:56:27 +00:00
],
"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
}