ghaction-github-pages/tsconfig.json

16 lines
341 B
JSON
Raw Normal View History

2019-10-11 07:41:16 +08:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"newLine": "lf",
"outDir": "./lib",
"rootDir": "./src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
2019-10-11 07:41:16 +08:00
"strict": true,
"noImplicitAny": false,
"useUnknownInCatchVariables": false,
2019-10-11 07:41:16 +08:00
},
"exclude": ["node_modules"]
2019-10-11 07:41:16 +08:00
}