scratch-storage
Version:
Load and store project and asset files for Scratch 3.0
30 lines (23 loc) • 571 B
JSON
{
"include": ["src"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Language and Environment */
"target": "ESNext",
"allowJs": true,
/* Modules */
"module": "Preserve",
/* Emit */
"declaration": true,
"sourceMap": true,
"outDir": "./dist/types/",
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"noImplicitAny": false,
/* Completeness */
"skipLibCheck": true
}
}