nondeleniti
Version:
Provides GC optimized collections in TypeScript and Lua for use with Encompass-TS
21 lines (20 loc) • 447 B
JSON
{
"compilerOptions": {
"noImplicitThis" : true,
"alwaysStrict" : true,
"outDir": "./build",
"rootDir": ".",
"baseUrl": ".",
"paths": {},
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
"strict": true,
"target": "es6",
"module": "commonjs",
"lib": ["dom", "es2017"]
},
"exclude": [
"./test"
],
}