mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 05:28:20 +01:00
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"include": [
|
|
"./src/ts/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"lib": ["ES2017", "DOM"],
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"useDefineForClassFields": true,
|
|
}
|
|
}
|