historical/js-xss-for-mayaspace.git/typings/tsconfig.json
2024-01-16 11:20:27 -06:00

8 lines
No EOL
141 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"noImplicitAny": true,
"module": "commonjs",
"esModuleInterop": true
}
}