strona-czynna/tsconfig-front.json

11 lines
205 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"lib": ["dom", "es2021"],
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["./src/front", "./src/**/*.stimulus.ts"]
}