mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 04:19:43 +00:00
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"checkJs": true
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"files": true,
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"inlineSources": true
|
|
}
|
|
}
|
|
}
|