Gitako/tsconfig.json
EnixCoda 7e6feb621c
revert: use old pjax for Firefox compatibility
This reverts commit 8aaf55be59 and 0a4ee27
2020-04-06 19:16:36 +08:00

16 lines
335 B
JSON

{
"compilerOptions": {
"moduleResolution": "Node",
"module": "ESNext",
"target": "ESNext",
"jsx": "react",
"strict": true,
"lib": ["dom", "es2017.object", "es2016", "ES2020.String"],
"baseUrl": ".",
"outDir": "dist",
"paths": {
"*": ["src/*", "packages/*"]
}
},
"include": ["src"]
}