prettier-plugin-askama-temp.../tsconfig.json
2022-11-18 20:05:06 +01:00

14 lines
276 B
JSON

{
"compilerOptions": {
"outDir": "./lib",
"target": "ES6",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["esnext"],
"declaration": true,
"strictNullChecks": true,
"strict": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "test"]
}