p8-data-cart
Version:
Simple tools for generating Pico-8 data carts.
16 lines (15 loc) • 333 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "NodeNext"
},
"include": ["src/**/*"]
}