strona-czynna/tsconfig-front.json

10 lines
168 B
JSON

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