Files
rdvspeakers-theme-hugo/tsconfig.json
Horacio Gonzalez 5a3f6a3161 Initial commit
2020-10-14 14:21:46 +02:00

15 lines
256 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"lib": [
"dom",
"es2015"
],
"sourceMap": false,
"rootDir": "src/script",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": false
}
}