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
12 lines
241 B
JSON
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"]
|
|
}
|