Files
directus/api/tsconfig.json
rijkvanzanten 9f3e12f8f2 Run prettier
2020-09-08 16:03:38 -04:00

15 lines
253 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": false,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"lib": ["es2019"],
"skipLibCheck": true
}
}