strona-czynna/tsconfig-front.json
Michał Rusiecki 7488669b39 T2951
Summary:
Ref T2951

Test Plan: npm run test

Reviewers: #testers, FilipI

Reviewed By: FilipI

Subscribers: FilipI, jenkins-user

Maniphest Tasks: T2951

Differential Revision: https://hub.sealcode.org/D1526
2024-07-31 16:08:08 +02:00

12 lines
241 B
JSON

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